@charset "UTF-8";
/* CSS Document */

body{
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color:#9cb4c8;
	margin:0px;
	background-color: #071928;
	font-style: normal;
	font-weight: 300;
		
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.clearfix {
  overflow: auto;
}
.page-wraper{
	max-width: 1000PX;
	margin-left: auto;
	margin-right: auto;
}
.top-banner{
    width: 96%;
    height: 300px;
    background-image:url("Images/banner.jpg");
    background-position: center;
    background-size: cover;
    padding: 20px;
}
#logo{
	width: 25%;
	float:right;
	margin-right: 20px;
	max-width: 300px;
}
.top-banner img{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.top-banner h1{
	font-size: 24px;
	text-align: center;
	color: #ffffff;
	font-family:"open-sans-condensed";
	font-style: normal;
	font-weight: 300;
}
nav ul{
	
	list-style-type: none;
	padding-left: 0px;
	text-align: center;
}
nav a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	margin-bottom: 4px;
	background-color: #F4450C;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: bad-script;
	font-style: normal;
	font-weight: 400;
	font-size: 1.3em;
}
nav a:hover{
	background-color:#9cb4c8;
	
}

h2, h3, h4{
	color: #F4450c;
}
.menu-item{
	color: skyblue;
}


.main{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
.container-featured{
	margin: 2%;
}
.featured-img{
	display: block;
	width: 100%;
	
}


#pic1 {
	background-image:url("Images/pic1.jpg");
}
#pic2{
	background-image:url("Images/pic2.jpg");
}
#pic3{
	background-image:url("Images/pic3.jpg");
}
#pic4{
	background-image:url("Images/pic4.jpg");
}

.featered-images{
	text-align: center;
}
.featured-img{
	width: 150px;
	border-radius: 100%;
	height: 150px;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: thick;
}
.featured{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
#topic-one-img{
	width: 100%;
	background-image:url("Images/bottompic1.jpg");
	background-size: cover;
	height: 300px;
}
#topic-two-img{
	width: 100%;
	background-image:url("Images/bottom2.png");
	height: 300px;
	background-size: cover;
}
.footer{
	width: 100%;
	background-color: #5A6773;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
}

@media screen and (min-width:768px){
	nav a{
		width: 20%;
		float: left;
	}

#topic-two-img{
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 2px;
}
	.topic-one{
		width: 80%;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width:960px){
	.container-featured{
		width: 48%;
		margin-left: 1px;
		margin-right: 1px;
		float: left;
	}
	.topic-one{
		width: 48%;
		margin-left: 1px;
		margin-right: 1px;
		float: left;
	}
	.topic-two{
		width: 48%;
		margin-left: 1px;
		margin-right: 1px;
		float: left;
	}
	#topic-one-img{
		width: 100%;
	}
	#topic-two-img{
		width: 100%;
	}
}



